home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TINPUTFORM / TINPUTFORM.txt
Text File  |  2002-06-30  |  1KB  |  62 lines

  1. object InputForm: TInputForm
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = InputEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'InputForm'
  8.   ClientHeight = 112
  9.   ClientWidth = 302
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PromptLabel: TLabel
  21.     Left = 40
  22.     Top = 8
  23.     Width = 221
  24.     Height = 29
  25.     AutoSize = False
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object InputEdit: TEdit
  35.     Left = 36
  36.     Top = 40
  37.     Width = 229
  38.     Height = 21
  39.     TabOrder = 0
  40.   end
  41.   object Button1: TButton
  42.     Left = 59
  43.     Top = 72
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 1
  50.   end
  51.   object Button2: TButton
  52.     Left = 167
  53.     Top = 72
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 2
  60.   end
  61. end
  62.